home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / eempty.readme < prev    next >
Text File  |  1995-01-29  |  831b  |  24 lines

  1. Short:    Examples of programming handlers in E (version 1.00)
  2. Uploader: vidarh@rforum.no (Vidar Hokstad)
  3. Author:   vidarh@rforum.no (Vidar Hokstad)
  4. Type:     dev/e
  5.  
  6. This code is hereby declared public domain. No warranties of any
  7. kind is provided with this software. I accept no liability whatsoever
  8. for damage caused directly or indirectly by the use of this program.
  9.  
  10. Returns the number of ASCII NUL (0) specified as filename: "Copy
  11. Empty:100 Ram:test" will create a file "test" in Ram:
  12. containing 100 ASCII NUL
  13.  
  14. The code uses the ReplyPkt() function of V36+ dos.library.
  15. To use it with 1.2/1.3, uncomment the replypkt() function, and
  16. change the case of the "ReplyPkt()" calls to "replypkt"
  17.  
  18. Based on "empty-handler" in C by o.wagner@aworld-2.zer[.sub.org]
  19.  
  20. Needs AmigaE3.1a or newer
  21.  
  22. Have fun,
  23. Vidar Hokstad <vidarh@rforum.no>
  24.